xen: arm: handle traps from 64-bit guests
authorIan Campbell <ian.campbell@citrix.com>
Mon, 29 Jul 2013 12:21:01 +0000 (13:21 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 29 Jul 2013 15:54:50 +0000 (16:54 +0100)
commitb068e6a63c116889197dd6d7409fd8f5bec6d110
treea8fbdb5ad5aeff084b3359acd67c8fc04b1f5e38
parent1ac24d584dcb77fa44e832939e0b50ec9aa4d68b
xen: arm: handle traps from 64-bit guests

While there observe that we weren't ever restoring the outer stack frame, even
for 32-bit guests when running a 64-bit hypervisor! The outer stack frame
"only" contains most of the SPSR registers for 32-bit...

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Tim Deegan <tim@xen.org>
xen/arch/arm/arm64/entry.S